The AutoCAD rendering options specify which drawing layouts to render and to which format in the destination system.
Besides configuring the rendering module, we recommend that you also configure the AutoCAD installation on the Meridian Enterprise Server node to prevent rendering interruptions and from showing interactive dialog boxes:
Autodesk Infocenter must be disabled by setting the InfoCenterOn value of the following register key to 0:
HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\RXX.X\ACAD-XXXX:XXX\InfoCenter
Where the Xs represent the release number and application code for the installed version of AutoCAD. This prevents the InfoCenter process (WSCommCntr4.exe) from starting and consuming processor resources.
Note The AutoCAD rendering module does not support monochrome output directly but the output colors can be set in a plotter pen settings file.
Tip For an example of configuring this module to render Navisworks models to NWD format, see Rendering Navisworks models.
To configure the AutoCAD rendering module options:
In Meridian Enterprise Server Administration Console, in the Data Exchange group, click Rendering Profiles. The All Rendering Profiles page appears and lists the existing profiles grouped by the name of the computer (cluster node) to which they are assigned.
Option | Description |
---|---|
General group |
|
Name |
The name of the rendering profile as seen in the Administration Console. |
Computer |
The name of the Meridian Enterprise Server cluster node on which to run this job. |
Input extensions |
The quantity of source file extensions to be rendered by this module. To select extensions:
|
AutoCAD version |
If the computer has multiple AutoCAD installations on it, select the one that you want to be used with this rendering profile. |
Output group |
|
Rendering command |
Select a command to use for rendering: PLOT– Renders drawings with AutoCAD plotter configuration files using the options that are set in the Plotter and Plot options groups. AutoLISP command – Shows options with which you can configure an AutoLISP function that you have created for plotting. |
Export group |
|
Export |
Select the layout to render. For the Layout option, type the layout tab number. The Use view from rendering profile option of the job options uses the value retrieved from a source document property. The property name is specified in the From view option of the publishing job as described in Configuring rendering options. |
Plotter group |
|
Plot configuration |
Type the name of a plotter configuration file to use for rendering. Note For successful rendering, the file must be fully configured and operational without Publisher before it is used with Publisher. |
Output file format |
Select the desired output format. |
Use all values from layout |
If enabled, the options in the Plot options group are retrieved from the selected layout. If cleared, the options are available and can be configured. |
Plot options group |
|
Media size from advanced rendering setting |
Uses the value retrieved from a source document property. The property name is specified in the Page size option of the publishing job as described in Configuring rendering options. |
Media size from layout |
Uses the value retrieved from the layout, if set. If a media size was not set, the default size will be used. |
Default page size |
Select a media name from AutoCAD to be used as the default (for example, if the page size retrieved from the source document property cannot be matched with an AutoCAD media name). |
Plot style |
Select a source for the plot style to use for rendering. The Use job advanced rendering settings option uses the value retrieved from a source document property. The property name is specified in the Pen style option of the publishing job as described in Configuring rendering options. |
Skip incompatible drawings |
If selected, generates an error if the selected plot style cannot be applied. Otherwise, if an incompatible value is used then the plot style is taken from the layout. If the plot style from the layout is not present on the Meridian Enterprise Server computer, then no plot style is used. |
Use values from layout |
If enabled, the remainder of the options in the dialog box are derived from the layout to be rendered. Otherwise, the options are available and can be configured. |
Plot area |
Select an option from the list to specify the area to render. The available options correspond to those saved in the drawing. |
Center plot |
Centers the output within the selected media. |
Scale |
Select a scale at which to render the output. Only available if Fit to page is cleared. |
Fit to page |
Scales the selected plot area to fit the selected media. |
Orientation |
Select an option from the list to specify the orientation of the selected plot area within the selected media. The Use job advanced rendering settings option uses the value retrieved from a source document property. The property name is specified in the Page orientation option of the publishing job as described in Configuring rendering options. |
Units |
Unit of measurement to scale the drawing to the media. |
Use line weights |
Renders line weights in the output. |
Scale line weights |
Adjusts the line weights relative to the value selected for the Scale option. |
AutoLISP command group |
|
Command |
Type the name of an AutoLISP function to plot the source drawing. For help creating the AutoLISP function, see Configuring an AutoLISP plotting command. |
Output extension |
Type the extension of the output file to be created. It should be the extension that is normally generated by the plotter that is specified in the plotter configuration file that is used by the function. By default, the name the output file will be the name of the drawing being plotted. |
Use job advanced rendering settings |
Uses the value retrieved from a source document property. The property name is specified in the AutoLISP option of the publishing job as described in Configuring rendering options. |